* {
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
}

body,
div,
/*ul,
ol,
li,*/
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
th,
td,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei", "微软雅黑", Arial;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	display: block;
	border: 0 none;
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul li,
ol li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	vertical-align: baseline;
	zoom: 1;
}

input,
textarea,
select,
button {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
}

button {
	border: none;
	padding: 0;
}

button::-moz-focus-inner {
	border: none;
}

input[type=radio],
input[type=checkbox] {
	vertical-align: middle;
}

input {
	outline: 0 none;
}

input.checkbox {
	vertical-align: middle;
}

* html input {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

fieldset {
	border: 0 none
}

a:focus {
	outline-style: none;
	outline-width: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
	/*overflow: hidden;
	line-height: 0;
	font-size: 0*/
}

.none {
	display: none
}

.text-shenglue-dan {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-shenglue-duo {
	/*overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;*/
	
	white-space:initial;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*.text-shenglue-duo:after {
    content: "...";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}*/

.fl {
	float: left;
}

.fr {
	float: right;
}
.tc {
    text-align: center;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.db {
    display: block;
}
.dib {
    display: inline-block;
}
.dn {
    display: none;
}
.posr {
    position: relative; 
}
.posa {
    position: absolute;
}
.posf{
	display: flex;
}


